Skip to content

New application architecture - #9

Closed
t3dotgg wants to merge 598 commits into
mainfrom
cursor/new-application-architecture-f8d0
Closed

New application architecture#9
t3dotgg wants to merge 598 commits into
mainfrom
cursor/new-application-architecture-f8d0

Conversation

@t3dotgg

@t3dotgg t3dotgg commented Feb 9, 2026

Copy link
Copy Markdown
Member

Replaces the Electron app with a Node.js CLI (t3) that launches a WebSocket server and opens a browser-based UI to simplify deployment and improve accessibility.

This PR implements the requested architectural overhaul, migrating from an Electron-based application with IPC to a Node.js runtime (apps/t3) that hosts a WebSocket API and serves a browser-based frontend (apps/renderer). The apps/desktop package has been refactored into apps/runtime to contain the core provider and process management logic, now consumed by the new Node.js server. The npx t3 command now builds the frontend, starts the local server, automatically opens the web interface, and initializes the current working directory as a project with a new session. Electron and its related dependencies have been entirely removed.


Open in Cursor Open in Web


Open with Devin

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants